home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 101
/
FreelogNo101-JanvierFevrier2011.iso
/
Internet
/
eM Client
/
setup.msi
/
eMClient.cab
/
IceWarpServerInterfacePluginFile
/
0
/
RCDATA
/
TETRNCLIENTFORM
/
TETRNCLIENTFORM.txt
Wrap
Text File
|
2010-10-15
|
3KB
|
136 lines
object ETRNClientForm: TETRNClientForm
Left = 313
Top = 155
HelpContext = 714
BorderStyle = bsToolWindow
Caption = 'ETRN / ATRN Item'
ClientHeight = 198
ClientWidth = 435
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Microsoft Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnKeyPress = FormKeyPress
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object ItemGroupBox: TTntGroupBox
Left = 0
Top = 0
Width = 435
Height = 165
Align = alTop
Caption = 'ETRN / ATRN Item'
TabOrder = 0
object DescL: TTntLabel
Left = 10
Top = 20
Width = 56
Height = 13
Caption = 'Description:'
end
object HostnameLabel: TTntLabel
Left = 10
Top = 44
Width = 51
Height = 13
Caption = 'Hostname:'
end
object ParamLabel: TTntLabel
Left = 10
Top = 69
Width = 39
Height = 13
Caption = 'Domain:'
end
object UserL: TTntLabel
Left = 10
Top = 93
Width = 25
Height = 13
Caption = 'User:'
end
object PassL: TTntLabel
Left = 10
Top = 117
Width = 49
Height = 13
Caption = 'Password:'
end
object DescEdit: TTntEdit
Left = 74
Top = 18
Width = 351
Height = 21
MaxLength = 63
TabOrder = 0
end
object HostnameEdit: TTntEdit
Left = 74
Top = 42
Width = 351
Height = 21
MaxLength = 63
TabOrder = 1
end
object ParamEdit: TTntEdit
Left = 74
Top = 66
Width = 351
Height = 21
MaxLength = 63
TabOrder = 2
end
object ATRNBox: TTntCheckBox
Left = 74
Top = 139
Width = 63
Height = 17
Caption = 'ATRN'
TabOrder = 5
end
object UserEdit: TTntEdit
Left = 74
Top = 90
Width = 351
Height = 21
MaxLength = 63
TabOrder = 3
end
object PassEdit: TTntEdit
Left = 74
Top = 114
Width = 351
Height = 21
MaxLength = 63
PasswordChar = '*'
TabOrder = 4
end
end
object OKButton: TTntButton
Left = 280
Top = 171
Width = 75
Height = 23
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object CancelButton: TTntButton
Left = 359
Top = 171
Width = 75
Height = 23
Caption = '&Cancel'
ModalResult = 2
TabOrder = 2
end
end